From e0f0502b2285a27795482cbfccfa25c7fce9559e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 12 Jul 2022 15:43:34 +0200 Subject: [PATCH] luci-app-ddns: fix broken translation call Fixes: #5874 Signed-off-by: Jo-Philipp Wich (backported from commit 57b88211c14dd71da44b537ac9062f99e1efbe80) --- .../htdocs/luci-static/resources/view/ddns/overview.js | 2 +- applications/luci-app-ddns/po/ar/ddns.po | 7 +++++-- applications/luci-app-ddns/po/bg/ddns.po | 2 +- applications/luci-app-ddns/po/bn_BD/ddns.po | 2 +- applications/luci-app-ddns/po/ca/ddns.po | 2 +- applications/luci-app-ddns/po/cs/ddns.po | 7 +++++-- applications/luci-app-ddns/po/da/ddns.po | 2 +- applications/luci-app-ddns/po/de/ddns.po | 7 +++++-- applications/luci-app-ddns/po/el/ddns.po | 2 +- applications/luci-app-ddns/po/en/ddns.po | 2 +- applications/luci-app-ddns/po/es/ddns.po | 7 +++++-- applications/luci-app-ddns/po/fi/ddns.po | 2 +- applications/luci-app-ddns/po/fr/ddns.po | 7 +++++-- applications/luci-app-ddns/po/he/ddns.po | 2 +- applications/luci-app-ddns/po/hi/ddns.po | 2 +- applications/luci-app-ddns/po/hu/ddns.po | 7 +++++-- applications/luci-app-ddns/po/it/ddns.po | 7 +++++-- applications/luci-app-ddns/po/ja/ddns.po | 2 +- applications/luci-app-ddns/po/ko/ddns.po | 2 +- applications/luci-app-ddns/po/mr/ddns.po | 2 +- applications/luci-app-ddns/po/ms/ddns.po | 2 +- applications/luci-app-ddns/po/nb_NO/ddns.po | 2 +- applications/luci-app-ddns/po/pl/ddns.po | 7 +++++-- applications/luci-app-ddns/po/pt/ddns.po | 7 +++++-- applications/luci-app-ddns/po/pt_BR/ddns.po | 7 +++++-- applications/luci-app-ddns/po/ro/ddns.po | 7 +++++-- applications/luci-app-ddns/po/ru/ddns.po | 7 +++++-- applications/luci-app-ddns/po/sk/ddns.po | 2 +- applications/luci-app-ddns/po/sv/ddns.po | 2 +- applications/luci-app-ddns/po/templates/ddns.pot | 2 +- applications/luci-app-ddns/po/tr/ddns.po | 7 +++++-- applications/luci-app-ddns/po/uk/ddns.po | 2 +- applications/luci-app-ddns/po/vi/ddns.po | 2 +- applications/luci-app-ddns/po/zh_Hans/ddns.po | 7 +++++-- applications/luci-app-ddns/po/zh_Hant/ddns.po | 7 +++++-- 35 files changed, 95 insertions(+), 50 deletions(-) diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js index 4592c47c4c..4b786e83c5 100644 --- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js +++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js @@ -1067,7 +1067,7 @@ return view.extend({ log_box.render = L.bind(function() { return E([ - E('p', {}, _('This is the current content of the log file in ') + logdir + ' for this service.'), + E('p', {}, _('This is the current content of the log file in %h for this service.').format(logdir)), E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 20, 'readonly' : 'readonly', 'id' : 'log_area' }, _('Please press [Read] button') )) ]); }, o, this); diff --git a/applications/luci-app-ddns/po/ar/ddns.po b/applications/luci-app-ddns/po/ar/ddns.po index 01fe2a4d43..9cbde7bbd4 100644 --- a/applications/luci-app-ddns/po/ar/ddns.po +++ b/applications/luci-app-ddns/po/ar/ddns.po @@ -727,8 +727,8 @@ msgid "There is no service configured." msgstr "لا توجد خدمة مهيأة." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "هذا هو المحتوى الحالي لملف السجل في" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -913,3 +913,6 @@ msgstr "ثواني" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778 msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "لتشغيل HTTPS بدون التحقق من شهادات الخادم (غير آمن)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "هذا هو المحتوى الحالي لملف السجل في" diff --git a/applications/luci-app-ddns/po/bg/ddns.po b/applications/luci-app-ddns/po/bg/ddns.po index 827252fdfb..3254b91c27 100644 --- a/applications/luci-app-ddns/po/bg/ddns.po +++ b/applications/luci-app-ddns/po/bg/ddns.po @@ -706,7 +706,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/bn_BD/ddns.po b/applications/luci-app-ddns/po/bn_BD/ddns.po index 85ead78ecc..8b9c73ab91 100644 --- a/applications/luci-app-ddns/po/bn_BD/ddns.po +++ b/applications/luci-app-ddns/po/bn_BD/ddns.po @@ -706,7 +706,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/ca/ddns.po b/applications/luci-app-ddns/po/ca/ddns.po index 36fb848416..d8255aca6d 100644 --- a/applications/luci-app-ddns/po/ca/ddns.po +++ b/applications/luci-app-ddns/po/ca/ddns.po @@ -712,7 +712,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/cs/ddns.po b/applications/luci-app-ddns/po/cs/ddns.po index 283f03e356..51f87f839f 100644 --- a/applications/luci-app-ddns/po/cs/ddns.po +++ b/applications/luci-app-ddns/po/cs/ddns.po @@ -746,8 +746,8 @@ msgid "There is no service configured." msgstr "Není nakonfigurována žádná služba." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Toto je aktuální obsah souboru protokolu v" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -937,3 +937,6 @@ msgstr "sekundy/sekund" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778 msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "k použití HTTPS bez ověření serverových certifikátů (nedůvěryhodné)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Toto je aktuální obsah souboru protokolu v" diff --git a/applications/luci-app-ddns/po/da/ddns.po b/applications/luci-app-ddns/po/da/ddns.po index 304e2d6b76..ee8d07a8c2 100644 --- a/applications/luci-app-ddns/po/da/ddns.po +++ b/applications/luci-app-ddns/po/da/ddns.po @@ -706,7 +706,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/de/ddns.po b/applications/luci-app-ddns/po/de/ddns.po index b8ab3c138c..731eb2be2c 100644 --- a/applications/luci-app-ddns/po/de/ddns.po +++ b/applications/luci-app-ddns/po/de/ddns.po @@ -758,8 +758,8 @@ msgid "There is no service configured." msgstr "Kein Dienst konfiguriert." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Dies ist der aktuelle Inhalt der Logdatei in" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -958,3 +958,6 @@ msgstr "Sekunden" msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "um HTTPS ohne Überprüfung der Server Zertifikate auszuführen (unsicher)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Dies ist der aktuelle Inhalt der Logdatei in" diff --git a/applications/luci-app-ddns/po/el/ddns.po b/applications/luci-app-ddns/po/el/ddns.po index 3d9dc9b0e5..2e0a8cfaa8 100644 --- a/applications/luci-app-ddns/po/el/ddns.po +++ b/applications/luci-app-ddns/po/el/ddns.po @@ -709,7 +709,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/en/ddns.po b/applications/luci-app-ddns/po/en/ddns.po index 360346ae4a..7e02517e2f 100644 --- a/applications/luci-app-ddns/po/en/ddns.po +++ b/applications/luci-app-ddns/po/en/ddns.po @@ -706,7 +706,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/es/ddns.po b/applications/luci-app-ddns/po/es/ddns.po index 5bfb7107e7..1ed1d82c5f 100644 --- a/applications/luci-app-ddns/po/es/ddns.po +++ b/applications/luci-app-ddns/po/es/ddns.po @@ -759,8 +759,8 @@ msgid "There is no service configured." msgstr "No hay servicio configurado." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Este es el contenido actual del archivo de registro en" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -950,3 +950,6 @@ msgstr "Segundos" msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "Para ejecutar HTTPS sin verificación de certificados de servidor (inseguro)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Este es el contenido actual del archivo de registro en" diff --git a/applications/luci-app-ddns/po/fi/ddns.po b/applications/luci-app-ddns/po/fi/ddns.po index d5418dc13f..e80e1805fb 100644 --- a/applications/luci-app-ddns/po/fi/ddns.po +++ b/applications/luci-app-ddns/po/fi/ddns.po @@ -714,7 +714,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/fr/ddns.po b/applications/luci-app-ddns/po/fr/ddns.po index 2c9c173483..b714c0244c 100644 --- a/applications/luci-app-ddns/po/fr/ddns.po +++ b/applications/luci-app-ddns/po/fr/ddns.po @@ -760,8 +760,8 @@ msgid "There is no service configured." msgstr "Il n'y a aucun service configuré" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Il s'agit du contenu actuel du fichier journal dans" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -956,3 +956,6 @@ msgstr "secondes" msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "exécuter HTTPS sans vérification des certificats de serveur (non sécurisé)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Il s'agit du contenu actuel du fichier journal dans" diff --git a/applications/luci-app-ddns/po/he/ddns.po b/applications/luci-app-ddns/po/he/ddns.po index 282d916348..96d420f3ad 100644 --- a/applications/luci-app-ddns/po/he/ddns.po +++ b/applications/luci-app-ddns/po/he/ddns.po @@ -710,7 +710,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/hi/ddns.po b/applications/luci-app-ddns/po/hi/ddns.po index 4a250b7252..85df7e7c65 100644 --- a/applications/luci-app-ddns/po/hi/ddns.po +++ b/applications/luci-app-ddns/po/hi/ddns.po @@ -700,7 +700,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/hu/ddns.po b/applications/luci-app-ddns/po/hu/ddns.po index 22325cd73f..2e09e8a04b 100644 --- a/applications/luci-app-ddns/po/hu/ddns.po +++ b/applications/luci-app-ddns/po/hu/ddns.po @@ -755,8 +755,8 @@ msgid "There is no service configured." msgstr "Nincs beállított szolgáltatás." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Ez a naplófájl jelenlegi tartalma ebben:" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -945,3 +945,6 @@ msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "HTTPS futtatásához a kiszolgáló tanúsítványainak ellenőrzése nélkül (nem " "biztonságos)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Ez a naplófájl jelenlegi tartalma ebben:" diff --git a/applications/luci-app-ddns/po/it/ddns.po b/applications/luci-app-ddns/po/it/ddns.po index d00bec8345..ce2d7acf92 100644 --- a/applications/luci-app-ddns/po/it/ddns.po +++ b/applications/luci-app-ddns/po/it/ddns.po @@ -748,8 +748,8 @@ msgid "There is no service configured." msgstr "Non c'è un servizio configurato." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Questo è il contenuto corrente del file log in" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -940,3 +940,6 @@ msgstr "secondi" msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "per eseguire HTTPS senza la verifica dei certificati del server (insicuro)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Questo è il contenuto corrente del file log in" diff --git a/applications/luci-app-ddns/po/ja/ddns.po b/applications/luci-app-ddns/po/ja/ddns.po index 85d4db647e..f71d728d42 100644 --- a/applications/luci-app-ddns/po/ja/ddns.po +++ b/applications/luci-app-ddns/po/ja/ddns.po @@ -748,7 +748,7 @@ msgid "There is no service configured." msgstr "構成済のサービスはありません。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/ko/ddns.po b/applications/luci-app-ddns/po/ko/ddns.po index 3420bdcfb3..2609ee7587 100644 --- a/applications/luci-app-ddns/po/ko/ddns.po +++ b/applications/luci-app-ddns/po/ko/ddns.po @@ -706,7 +706,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/mr/ddns.po b/applications/luci-app-ddns/po/mr/ddns.po index f9dab4a94b..72f5c3e2d3 100644 --- a/applications/luci-app-ddns/po/mr/ddns.po +++ b/applications/luci-app-ddns/po/mr/ddns.po @@ -706,7 +706,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/ms/ddns.po b/applications/luci-app-ddns/po/ms/ddns.po index 78d65af169..21b70e6409 100644 --- a/applications/luci-app-ddns/po/ms/ddns.po +++ b/applications/luci-app-ddns/po/ms/ddns.po @@ -706,7 +706,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/nb_NO/ddns.po b/applications/luci-app-ddns/po/nb_NO/ddns.po index cde485dfac..f1a36574da 100644 --- a/applications/luci-app-ddns/po/nb_NO/ddns.po +++ b/applications/luci-app-ddns/po/nb_NO/ddns.po @@ -709,7 +709,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/pl/ddns.po b/applications/luci-app-ddns/po/pl/ddns.po index 494545f960..5b91709e56 100644 --- a/applications/luci-app-ddns/po/pl/ddns.po +++ b/applications/luci-app-ddns/po/pl/ddns.po @@ -747,8 +747,8 @@ msgid "There is no service configured." msgstr "Nie ma skonfigurowanej usługi." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Jest to bieżąca zawartość pliku dziennika w" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -937,3 +937,6 @@ msgstr "sekundy" msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "uruchomić HTTPS bez weryfikacji certyfikatów serwera (niezabezpieczony)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Jest to bieżąca zawartość pliku dziennika w" diff --git a/applications/luci-app-ddns/po/pt/ddns.po b/applications/luci-app-ddns/po/pt/ddns.po index 89d7454529..13be22869f 100644 --- a/applications/luci-app-ddns/po/pt/ddns.po +++ b/applications/luci-app-ddns/po/pt/ddns.po @@ -745,8 +745,8 @@ msgid "There is no service configured." msgstr "Não há serviço configurado." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Este é o conteúdo atual do ficheiro de log em" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -933,3 +933,6 @@ msgstr "segundos" msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "para executar HTTPS sem verificação dos certificados do servidor (não seguro)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Este é o conteúdo atual do ficheiro de log em" diff --git a/applications/luci-app-ddns/po/pt_BR/ddns.po b/applications/luci-app-ddns/po/pt_BR/ddns.po index 58baa61833..79a8cb4678 100644 --- a/applications/luci-app-ddns/po/pt_BR/ddns.po +++ b/applications/luci-app-ddns/po/pt_BR/ddns.po @@ -743,8 +743,8 @@ msgid "There is no service configured." msgstr "Não há serviço configurado." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Este é o conteúdo atual do arquivo de registro em" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -932,3 +932,6 @@ msgstr "segundos" msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "para rodar HTTPS sem verificação dos certificados do servidor (não seguro)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Este é o conteúdo atual do arquivo de registro em" diff --git a/applications/luci-app-ddns/po/ro/ddns.po b/applications/luci-app-ddns/po/ro/ddns.po index 5374f06c34..611888350c 100644 --- a/applications/luci-app-ddns/po/ro/ddns.po +++ b/applications/luci-app-ddns/po/ro/ddns.po @@ -756,8 +756,8 @@ msgid "There is no service configured." msgstr "Nu este configurat niciun serviciu." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Acesta este conținutul actual al fișierului jurnal din" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -950,3 +950,6 @@ msgstr "secunde" msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "pentru a rula HTTPS fără verificarea certificatelor serverului (nesigur)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Acesta este conținutul actual al fișierului jurnal din" diff --git a/applications/luci-app-ddns/po/ru/ddns.po b/applications/luci-app-ddns/po/ru/ddns.po index a2f84d1261..aa2db37318 100644 --- a/applications/luci-app-ddns/po/ru/ddns.po +++ b/applications/luci-app-ddns/po/ru/ddns.po @@ -758,8 +758,8 @@ msgid "There is no service configured." msgstr "Служба не настроена." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Текущее содержимое файла журнала в" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -944,3 +944,6 @@ msgstr "секунд(ы)" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778 msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "использовать HTTPS без проверки сертификатов сервера (небезопасно)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Текущее содержимое файла журнала в" diff --git a/applications/luci-app-ddns/po/sk/ddns.po b/applications/luci-app-ddns/po/sk/ddns.po index 1e4b6e39ba..ead7d0804f 100644 --- a/applications/luci-app-ddns/po/sk/ddns.po +++ b/applications/luci-app-ddns/po/sk/ddns.po @@ -707,7 +707,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/sv/ddns.po b/applications/luci-app-ddns/po/sv/ddns.po index 35f82f366e..17ae674281 100644 --- a/applications/luci-app-ddns/po/sv/ddns.po +++ b/applications/luci-app-ddns/po/sv/ddns.po @@ -708,7 +708,7 @@ msgid "There is no service configured." msgstr "Det finns ingen tjänst inställd." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/templates/ddns.pot b/applications/luci-app-ddns/po/templates/ddns.pot index f61d3499bd..4e4381779e 100644 --- a/applications/luci-app-ddns/po/templates/ddns.pot +++ b/applications/luci-app-ddns/po/templates/ddns.pot @@ -697,7 +697,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/tr/ddns.po b/applications/luci-app-ddns/po/tr/ddns.po index 4995e64a4e..23919be5e2 100644 --- a/applications/luci-app-ddns/po/tr/ddns.po +++ b/applications/luci-app-ddns/po/tr/ddns.po @@ -755,8 +755,8 @@ msgid "There is no service configured." msgstr "Yapılandırılmış hizmet yok." #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "Bu, içindeki günlük dosyasının mevcut içeriğidir" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -944,3 +944,6 @@ msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "" "HTTPS'yi sunucu sertifikalarının doğrulanması olmadan çalıştırmak için " "(güvenli değil)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "Bu, içindeki günlük dosyasının mevcut içeriğidir" diff --git a/applications/luci-app-ddns/po/uk/ddns.po b/applications/luci-app-ddns/po/uk/ddns.po index 32cae688c7..9bb218e084 100644 --- a/applications/luci-app-ddns/po/uk/ddns.po +++ b/applications/luci-app-ddns/po/uk/ddns.po @@ -712,7 +712,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/vi/ddns.po b/applications/luci-app-ddns/po/vi/ddns.po index db7747a965..e83caa5ba1 100644 --- a/applications/luci-app-ddns/po/vi/ddns.po +++ b/applications/luci-app-ddns/po/vi/ddns.po @@ -710,7 +710,7 @@ msgid "There is no service configured." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" +msgid "This is the current content of the log file in %h for this service." msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 diff --git a/applications/luci-app-ddns/po/zh_Hans/ddns.po b/applications/luci-app-ddns/po/zh_Hans/ddns.po index 909db0ffbd..0860631f5a 100644 --- a/applications/luci-app-ddns/po/zh_Hans/ddns.po +++ b/applications/luci-app-ddns/po/zh_Hans/ddns.po @@ -717,8 +717,8 @@ msgid "There is no service configured." msgstr "没有已经配置好的服务项。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "这是日志文件中的当前内容" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -893,3 +893,6 @@ msgstr "秒" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778 msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "使用 HTTPS 但不检查服务器证书(不安全)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "这是日志文件中的当前内容" diff --git a/applications/luci-app-ddns/po/zh_Hant/ddns.po b/applications/luci-app-ddns/po/zh_Hant/ddns.po index 8c03129e5c..bac98f10d2 100644 --- a/applications/luci-app-ddns/po/zh_Hant/ddns.po +++ b/applications/luci-app-ddns/po/zh_Hant/ddns.po @@ -718,8 +718,8 @@ msgid "There is no service configured." msgstr "尚未配置任何服務。" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070 -msgid "This is the current content of the log file in" -msgstr "這是日誌文件的當前內容" +msgid "This is the current content of the log file in %h for this service." +msgstr "" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275 @@ -899,3 +899,6 @@ msgstr "秒" #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778 msgid "to run HTTPS without verification of server certificates (insecure)" msgstr "使用 HTTPS 但不檢查伺服器憑證 (不安全)" + +#~ msgid "This is the current content of the log file in" +#~ msgstr "這是日誌文件的當前內容" -- 2.30.2